home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The PC-SIG Library 10
/
The PC-Sig Library - Shareware for the IBM PC and Compatibles (PC-SIG)(Tenth Edition Disks 1-2804)(1991).iso
/
PC_SIGCD
/
19
/
8
/
DISK1982.ZIP
/
PRTDOC.PFD
< prev
next >
Wrap
Text File
|
1991-03-15
|
723b
|
17 lines
;- printer setup codes for an IBM graphics printer
;- initstring = \15 ;- init string condensed print
:initstring=\27\58 ;- select 12-pitch font ( quietwriter III )
:initstring=\27\48 ;- selects 8 lines per inch
:initstring=\27\67\68 ;- sets page length to 59 inches
formfeed = 12 ;- character used for printer form feed
pagelen = 68 ;- number of lines per page
mt = 5 ;- top margin
mb = 10 ;- bottom margin
mr = 70 ;- 70 characters from left margin to right margin
po = 1 ;- position left column offset 5 characters
xl = 254,127 ;- translate chr( 254 ) into chr( 254 )
xl = 20,0 ;- translate chr( 20 ) into null bytes
xl = 196,0